id: task-4.2 title: "CLI: Task Listing and Viewing" status: Done assignee: @MrLesk reporter: @MrLesk created_date: 2025-06-04 labels: ["cli", "command"] milestone: "M1 - CLI" dependencies: ["task-4.1"] parent_task_id: task-4
Description
Add commands to browse tasks:
backlog task list/backlog tasks listto show tasks.backlog task view <task-id>orbacklog task <task-id>to show a specific task.
Acceptance Criteria
- [x] Listing shows tasks grouped by status.
- [x] Viewing displays task details with Markdown formatting.
- [x] Commands do not modify task files.